@charset "utf-8";

.Box {
	position: relative;
/* 	margin: 30px 0 0 0; */
	width: 100%;
}

.Box .content {
	margin: 0 auto;
/* 	background:#F6F4F3; */
}

.Box h2 {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 250px;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 80px;
	cursor: pointer;
	z-index: 1;
}

.Box .Box_con .btnl {
	background: url(../images/jtl02.png) no-repeat center;
	left: 0px;
}

.Box .Box_con .btnr {
	background: url(../images/jtr02.png) no-repeat center;
	right: 0px;
}

.Box .Box_con .btnl:hover {
	background: url(../images/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
	background: url(../images/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
	padding:3% 0;
}

.Box .Box_con .conbox ul li {
	float: left;
	width: 190px;
	height: 88px;
	margin:0px 5px 5px 0;
	overflow: hidden;
}

.footer .Box .Box_con .conbox ul li {
	float: left;
	width: 135px;
	height: 85px;
	margin:0 0 0 10px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}

.Box .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}

.Box .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.Box .BoxSwitch span.cur {
	background: red;
}



@media ( max-width :767px) {
	.Box {
		width:100%;
		padding: 0;
		margin:0 auto;
	}
	
	.Box ul{
		padding: 0;
	}
/* 	.Box span { */
/* 		display: none; */
/* 	} */
	.Box #btnl {
		left: 0;
		right: auto;
	}
	.Box #btnr {
		left: auto;
		right: 0;
	}
	.Box .Box_con .conbox ul li {
		width: 45%;
	
}
	.footer .Box .Box_con .conbox ul li {
		width: 120px;
		margin:0;
		padding-right:5px;
}
}